home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Libraries / DCLAP 4j / Drtf / DNetHTMLHandler.h < prev    next >
Encoding:
Text File  |  1995-12-17  |  385 b   |  23 lines  |  [TEXT/R*ch]

  1. // DNetHTMLHandler.h
  2. // d.g.gilbert
  3.  
  4.  
  5. #ifndef _DNetHTMLHANDLER_
  6. #define _DNetHTMLHANDLER_
  7.  
  8. #include "DHTMLHandler.h"
  9.  
  10. class DGopherList;
  11.  
  12. class DNetHTMLHandler : public DHTMLHandler
  13. {
  14. public:
  15.     DGopherList    * fGolist;
  16.  
  17.     DNetHTMLHandler( DRichView* itsDoc, DFile* savefile, DGopherList* itsList);
  18.     virtual DRichprocess* NewProcessor( DFile* itsFile, Nlm_MonitorPtr progress);
  19. };
  20.  
  21. #endif
  22.  
  23.